Monte Carlo tree search

  • 2025-11-07 (modified: 2025-11-14)
  • 별칭: MCTS

Tree search heuristics based on Monte Carlo method.

  • AlphaGo에서 쓰여서 특히 유명해짐.
  • Selection 단계에서 UCB1을 사용.